home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / System / Datatypes / PCD-DT35 / PCD-DT35.doc < prev    next >
Encoding:
Text File  |  2001-07-18  |  2.3 KB  |  94 lines

  1. Documentation of pcd.datatype 44.3
  2. ----------------------------------
  3.  
  4.  
  5. Introduction
  6. ------------
  7.  
  8. With the help of the pcd.datatype, your datatype sytem is able to read images
  9. from Photo-CD's.
  10.  
  11. This datatype is freeware and can be used for any purpose.
  12.  
  13.  
  14. Minumum requirements for pcd.datatype
  15. -------------------------------------
  16.  
  17. * OS 3.5
  18. * A mounted PIPE: handler !!
  19. * ixemul.library V39.
  20. * Lots of stack for the decode tool !!!
  21.  
  22.  
  23. Minumum requirements for PCDPrefs
  24. ---------------------------------
  25.  
  26. * OS 3.5
  27. * MUI 3.8
  28.  
  29.  
  30. Installation
  31. ------------
  32.  
  33. Simply click on the 'Install' script.
  34. As the pcd.datatype needs an external decoder, you must select a directory that
  35. is in your path to store the decoder !
  36. The installer will not check your configuration !
  37. You MUST store the decoder 'pcdtoppm' somewhere in your path, otherwise the datatype
  38. will hang up in an endless loop !!
  39.  
  40.  
  41. How does the pcd.datatype work ?
  42. ---------------------------------
  43.  
  44. The pcd.datatype is to small to be a standalone decoder.
  45. Whenever the superclass detects a PCD image, it opens the pcd.datatype.
  46. This launches the external PCD decoder 'pcdtoppm', which redirects its output
  47. to the PIPE-handler. The datatype simply reads the decoded RGB values from the
  48. PIPE handler and stores them in the bitmap.
  49.  
  50.  
  51. Preferences
  52. -----------
  53.  
  54. Resolution:
  55. The PCD decoder is able to decompress a PCD image to different resolutions.
  56. The default is 768*512.
  57. The two highest resolutions don't make much sense as you need a fast CPU
  58. and lots of memory !
  59.  
  60. Currently I only support MUI for the preferences.
  61. If you don't have MUI, you also can adjust the preferences very easy.
  62. The ENV-variable 'DataTypes/pcd.prefs' contains the parameter as a DOS-argument
  63. with the template 'RESOLUTION/A/N'.
  64. You can change the settings anytime either by using the 'SetEnv'-command or by
  65. using a text editor.
  66.  
  67.  
  68. History
  69. -------
  70.  
  71. 13-Nov-99  V44.0
  72.    * First public release.
  73.  
  74. 22-Jan-00  V44.1
  75.    * Recompiled with StormC.
  76.  
  77. 27-Feb-00  V44.2
  78.    * Fixed a bug in the prefs proggy. Image size handling didn't work in datatype and
  79.      prefs tool.
  80.  
  81. 18-Jul-01 V44.3
  82.    * Cleaned up ramlib-stuff (thx to Oliver Roberts)
  83.  
  84.  
  85. Author
  86. ------
  87.  
  88. Feel free to contact me for comments, critics or bug reports !
  89.  
  90. Name:     Achim Stegemann
  91. Email:    achimste@gmx.de
  92. Internet: http://soft-ware.de/dalmanac
  93.  
  94.